type os/user._C_int

14 uses

	os/user (current package)
		cgo_listgroups_unix.go#L26: 	n := _C_int(256)
		cgo_listgroups_unix.go#L46: func groupRetry(username string, name []byte, userGID _C_gid_t, gids *[]_C_gid_t, n *_C_int) error {
		cgo_lookup_unix.go#L143: type bufferKind _C_int
		cgo_lookup_unix.go#L151: 	sz := _C_sysconf(_C_int(k))
		cgo_lookup_cgo.go#L65: type _C_int =  /*line :62:15*/_Ctype_int /*line :62:20*/
		cgo_lookup_cgo.go#L87: 	var f, e _C_int
		cgo_lookup_cgo.go#L93: 	var f, e _C_int
		cgo_lookup_cgo.go#L94: 	pwd = ( /*line :91:8*/_Cfunc_mygetpwuid_r /*line :91:21*/)(_C_int(uid), buf, size, &f, &e)
		cgo_lookup_cgo.go#L99: 	var f, e _C_int
		cgo_lookup_cgo.go#L105: 	var f, e _C_int
		cgo_lookup_cgo.go#L106: 	grp = ( /*line :103:8*/_Cfunc_mygetgrgid_r /*line :103:21*/)(_C_int(gid), buf, size, &f, &e)
		cgo_lookup_cgo.go#L115: func _C_sysconf(key _C_int) _C_long { return ( /*line :112:46*/_Cfunc_sysconf /*line :112:54*/)(key) }
		getgrouplist_unix.go#L23: func getGroupList(name *_C_char, userGID _C_gid_t, gids *_C_gid_t, n *_C_int) _C_int {